home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 7: Programming / CDAT7.iso / demos / VisualAge for Java 2.0 Entry / setup / data1.cab / ide-e / IDE / cache / 1BVHRXX (.txt) < prev    next >
Encoding:
Java Class File  |  1998-09-16  |  1.3 KB  |  21 lines

  1. package com.sun.java.swing.plaf.metal;
  2.  
  3. import com.sun.java.swing.AbstractAction;
  4. import java.awt.event.ActionEvent;
  5. import java.io.File;
  6.  
  7. class MetalFileChooserUI$DirectoryComboBoxAction extends AbstractAction {
  8.    // $FF: synthetic field
  9.    MetalFileChooserUI this$0;
  10.  
  11.    // $FF: synthetic method
  12.    protected MetalFileChooserUI$DirectoryComboBoxAction(MetalFileChooserUI this$0) {
  13.       super("DirectoryComboBoxAction");
  14.       this.this$0 = this$0;
  15.    }
  16.  
  17.    public void actionPerformed(ActionEvent e) {
  18.       this.this$0.getFileChooser().setCurrentDirectory((File)MetalFileChooserUI.access$directoryComboBox(this.this$0).getSelectedItem());
  19.    }
  20. }
  21.